Skip to content

Conversation

@PerfectlyNormal
Copy link
Contributor

Fixes #2040, at least in my test and the repro project

This should probably get a thorough review, as I feel I'm deeper in Wolverine than I should be and this could possibly affect other things. Feels a bit like a "works on my machine, now you try".

Mostly copied from EnrollDbContextInTransaction, but without the IDomainEventScraper bits. Started to look into it, but a bit unsure how it should work

@jeremydmiller jeremydmiller merged commit fd56a2c into JasperFx:main Jan 19, 2026
1 check passed
@jeremydmiller
Copy link
Member

@PerfectlyNormal I just added the new idempotency check. Need to also add the new domain event scraping to the multi-tenancy path. Missed that when I was adding it before.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cascading IEnumerable<object> starts an EF transaction during EnqueueCascadingAsync but does not commit

2 participants